Update SMS Provider
Update SMS Provider
Path Parameters
workspaceName string required
providerName string required
application/json
Request Body
id
string
Id of the SMS provider
smsProviderId
string
SMS provider ID
providerClass
string
SMS provider class name
config
object
Configuration details
Sample Request Body
{
"id": "9d60ccfb-7de6-49ef-8a6a-9d8a7f08dac6",
"smsProviderId": "retarus",
"providerClass": "SmsProviderFactory",
"config": {
"password": "**********fdfdf",
"smsurl": "https://sms4a.retarus.com/rest/v1/jobs",
"username": "Ellen.Damerau@big-direkt.de"
}
Response
id
string
Id of the SMS provider
smsProviderId
string
SMS provider ID
providerClass
string
SMS provider class name
config
object
Configuration details
Sample Response
{
"id": "9d60ccfb-7de6-49ef-8a6a-9d8a7f08dac6",
"smsProviderId": "retarus",
"providerClass": "SmsProviderFactory",
"config": {
"password": "**********fdfdf",
"smsurl": "https://sms4a.retarus.com/rest/v1/jobs",
"username": "Ellen.Damerau@big-direkt.de"
}
}
HTTP STATUS CODE SUMMARY | ||
---|---|---|
200 - OK | Successfully done. | |
201 - OK | Successfully created. | |
400 - Bad Request | The request was unacceptable, often due to missing a required parameter. | |
401 - Unauthorized | Unauthorized access try with correct access. | |
402 - Request Failed | The parameters were valid but the request failed. | |
403 - Forbidden | The Application doesn't have permissions to perform the request. | |
404 - Not Found | The requested resource doesn't exist | |
500 - Server Errors | Something went wrong on ezto auth's end. (These are rare.) | |
503 - Server Errors | Service temporarily unavailable |
Loading...